Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Nov 19, 2008, 5:45:10 PM (15 years ago)
- Author:
-
asher
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v46
|
v47
|
|
54 | 54 | |
55 | 55 | === I have the source; how do I build this thing? === |
56 | | Assuming you have all of the necessary libraries (sudo apt-get source pidgin) and their headers installed (see the next few questions), you compile libpurple, Pidgin and Finch just like most applications: |
| 56 | Assuming you have all of the necessary libraries (sudo apt-get source pidgin and libgtk) and their headers installed (see the next few questions), you compile libpurple, Pidgin and Finch just like most applications: |
57 | 57 | |
58 | 58 | {{{ |
… |
… |
|
60 | 60 | % cd pidgin-2.x.y |
61 | 61 | % ./configure && make && sudo make install |
62 | | }}} |
63 | | |
64 | | To build Pidgin you must have GTK. Other development libraries may not be needed to build Pidgin. With a fresh Ubuntu install you can build Pidgin using the following commands. |
65 | | |
66 | | {{{ |
67 | | % tar xjvf pidgin-2.x.y.tar.bz2 |
68 | | % cd pidgin-2.x.y |
69 | | % ./configure --disable-screensaver --disable-startup-notification --disable-gtkspell --disable-gstreamer --disable-meanwhile --disable-dbus --disable-perl --disable-tcl && make && sudo make install |
70 | 62 | }}} |
71 | 63 | |
… |
… |
|
96 | 88 | |
97 | 89 | === How do I install the dependencies on Fedora (or similar)? === |
| 90 | |
98 | 91 | |
99 | 92 | RPM-based distribution users may find `yum-builddep pidgin-VERSION.src.rpm` useful if a source RPM is available and the distribution uses the yum tools. |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!